colorDialogColors
Type
property
Summary
Provides access to the custom colors the user sets in the color dialog.
Syntax
set the colorDialogColors to listOfColors
Description
On Windows systems the user can define custom colors in the color dialog. The colorDialogColors provides a way to access the colors the user created in the dialog allowing a program to save them for the next session.
The colorDialogColors is a list of up to 16 colors. There may be empty lines in the list representing an unset color.
Examples
set the colorDialogColors to "100,50,0" & return & red
put the colorDialogColors into theUsersColorsToSave
Related
command: answer color
Compatibility and Support
Introduced
LiveCode 6.5
OS
windows
Platforms
desktop